From 2054166c34470dc024119ac44b3dbab76bd62510 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 20 Jan 2014 18:53:58 -0500 Subject: [PATCH] docs: don't use gtkdoc style for regular comments --- gtk/gtkprinteroptionwidget.c | 2 +- gtk/updateiconcache.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkprinteroptionwidget.c b/gtk/gtkprinteroptionwidget.c index 4fa951ff7f..c128bba2b7 100644 --- a/gtk/gtkprinteroptionwidget.c +++ b/gtk/gtkprinteroptionwidget.c @@ -891,7 +891,7 @@ construct_widgets (GtkPrinterOptionWidget *widget) gtk_box_pack_start (GTK_BOX (widget), priv->image, FALSE, FALSE, 0); } -/** +/* * If the filename exceeds FILENAME_LENGTH_MAX, then trim it and replace * the first three letters with three dots. */ diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c index effea7c6c6..c5be0f56d5 100644 --- a/gtk/updateiconcache.c +++ b/gtk/updateiconcache.c @@ -574,7 +574,7 @@ maybe_cache_icon_data (Image *image, } } -/** +/* * Finds all dir separators and replaces them with '/'. * This makes sure that only /-separated paths are written in cache files, * maintaining compatibility with theme index files that use slashes as -- 2.30.2